home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / szml2src.zip / SIZEMAIL.REV < prev    next >
Text File  |  1990-12-31  |  4KB  |  115 lines

  1. Sizemail Revision History:
  2. --------------------------
  3.  
  4. 2.00        -- Release version.                 B.Weinel
  5. 12/31/90
  6.  
  7. 1.41b        -- Finished critical section error coding for     B.Weinel
  8. 12/26/90       Binkley and QM flags error detection. Sizemail 
  9.            should now correctly terminate and clean up
  10.            it's flags after itself upon detection of an
  11.            error.
  12.  
  13. 1.40b        -- Fixed another bug in the new output display    B.Weinel
  14. 11/28/90       format which caused lines not to be properly 
  15.            terminated with a CR/LF when no attaches were
  16.            found for a listed node. Also made all output
  17.            re-directable so that it can be logged.
  18.  
  19. 1.39b        -- Fixed a bug in the new output display format    B.Weinel
  20. 11/27/90       which caused the -v1 option to not end the 
  21.            print line with a CR sometimes.
  22.  
  23. 1.38b        -- Fine tuned the display to allow for one line    B.Weinel
  24. 11/27/90       per node per packet. This should further trim
  25.            display verbosity without deleting any useful
  26.            information.
  27.  
  28. 1.37b        -- Added verbosity command line option to allow    B.Weinel
  29. 11/19/90       adjustment of output messages to individual
  30.            tastes. This change does away with the -q
  31.            command line option.
  32.  
  33. 1.36b        -- Fixed Move/Copy detector code to function     B.Weinel
  34. 11/08/90       properly. Added code to convert all CFG file
  35.            input and some cmd line input to upper case.
  36.            Improved display format to give more info in
  37.            less space.
  38.  
  39. 1.35b        -- Added code to prevent 0 length message moves    B.Weinel
  40. 11/01/90       when the move all feature is enabled. Also
  41.            reorganized the *.BSY & QM flags delete code
  42.            to fix up some multitasking problems with
  43.            Sizemail abnormal exits.
  44.  
  45. 1.34b        -- Added support for the Binkley v2.40 style      B.Weinel
  46. 10/30/90       *.BSY flag when multitasking. This will
  47.            allow nodes running DV with Binkley to use
  48.            Sizemail without extra BAT file hijinks.
  49.  
  50. 1.33b        -- Added a move all files feature as a command     B.Weinel
  51. 10/29/90       line option so sizemail will move everything
  52.            for every node specified in the cfg file.
  53.  
  54. 1.32b        -- Totally restructured command line argv     B.Weinel
  55. 10/28/90       parser to make for more compact code and make
  56.            arguments position independent. Also added 
  57.            Dean Lachan's file file fix for QM running
  58.            under Desqview.
  59.  
  60. 1.31b        -- Fixed bug which caused Sizemail to fail to      B.Weinel
  61. 10/12/90       move anymore archives after an archive was
  62.            found which is less than the threshold value
  63.            for that node.
  64.  
  65. 1.30b        -- Re-structured code to allow sizemail to      B.Weinel
  66. 10/11/90       check for multiple archives for each node
  67.            which exceed the nodes threshold. If found
  68.            they will be moved to the hold area
  69.            specified for that node in the Sizemail.cfg
  70.            file. The *.?LO files are also correctly
  71.            checked and updated.
  72.  
  73. 1.29b        -- Added some more error checking and improved     B.Weinel
  74. 10/10/90       the command line help a bit.
  75.  
  76. 1.28b        -- Changed move buffers so user can specify     B.Weinel
  77. 10/07/90       a different move buffer for each node. If
  78.            move buffer isn't specified on the node
  79.            line then sizemail will use the default
  80.            move buffer on the outbound drive.
  81.  
  82. 1.27b        -- Added command line options for help (?)     B.Weinel
  83. 10/05/90       and user ability to specify an alternate
  84.            configuration file other than the default
  85.            sizemail.cfg.
  86.  
  87. 1.26b        -- Fixed stack space compile bug related to     B.Weinel
  88. 09/26/90       buffer size increase. Increased copy
  89.            buffer size to 16k to speed up large file
  90.            copying. Added stack checking back in.
  91.  
  92. 1.25b        -- Increased low level copy buffer to 8k     B.Weinel
  93. 09/25/90       blocks. Fixed fragmentation bug. Added
  94.            more error checking to copy/move.
  95.  
  96. 1.24b        -- Cleaned up copy code and added msgs        B.Weinel
  97. 09/22/90       indicating copy/move conditions.
  98.  
  99. 1.23b        -- Misc bug fixes.                B.Weinel
  100. 09/22/90
  101.  
  102. 1.22b        -- fixed CFG file read bug introduced in    B.Weinel
  103. 09/22/90       copy code.
  104.  
  105.  
  106. 1.21b        -- Added code to do low level copy to        B.Weinel
  107. 09/21/90       alternate outbound.
  108.  
  109.  
  110. 1.20b        -- Added preliminary code for detecting        B.Weinel
  111. 09/20/90       alternate disk drive for outbound.tmp.
  112.  
  113. 1.00        -- The original Sizemail            Bob Hartman
  114.  
  115.